MORE NBT DOCUMENTATION
Version: 1.3.0

Index

New UI
moreNBT
debugLog
damage_tool
Back to top

New UI

These tags are used directly inside the items. when you have the item in your hand it will use the following data to create the UI. Note that all the tags below are inside an object "new_ui"


Parameters

Name Type Default Value Description
button Object A item inside the Inventory that will do stuff when you click on it.
Name Type Description
button_text String The name for the button that shows up in-game.
button_type String Valid Strings: "toggle","button"
button_pos Integer Where to place the button.
button_size Integer The size of the button.
button_style String/Object You can make a custom style/button or just put "default"
Name Type Description
item String Minecraft item to use.
nbt Object Nbt data to apply to the item.
button_use Object Functions of the button. true will run when the button is pressed or when toggle is true. false is the oppisite.
Name Type Description
true Object When the button gets pressed it will run this.
false Object When the button is not pressed it will run this.
filler Object Places a fake item that looks like the background. When the resourcepack is installed.
Name Type Description
all_empty Object Will fill all the empty slots. You can use a preset item. or define your own.
Name Type Description
item String Item's id that will be placed in all the empty slots
nbt Object (Optional) The nbt to apply to this item.
preset_ui_item Empty Object Will use the preset ui item thats built-in.
Back to top